home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / bgfax160.zip / IM-USR.TXT < prev    next >
Text File  |  1996-01-31  |  4KB  |  95 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for BGFAX with USR V.34 Everything/Intermail 2.29c    01-31-96
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. DO NOT USE THIS HELP FILE FOR IM 2.28 OR LOWER.  IM 2.29c ADDED AN EXTENDED
  8. ANSWER FIELD, AND IT IS ASSUMED YOU ARE USING THAT VERSION OF INTERMAIL!
  9.  
  10. NOTE: USR Sportster 14.4K modems cannot be used with BGFAX and FD
  11.  
  12. NOTE: I do not recommend using the 21600 USR modem (v.32terbo) with BGFAX
  13.       because of many problems in the fax mode (09/20/93 and 12/08/93).
  14.  
  15. The only USR modem I recommend using with BGFAX is the 28800 V.Everything
  16. with at least the 12/02/94 FLASH firmware.  The 28800 Sporster modem should
  17. work with the same configuration, but I have not tested with one.
  18.  
  19. Please make sure the following two items are true before proceeding...
  20. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  21. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  22.  
  23. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  24. Here is the relevant information from IMSETUP ...
  25.  
  26. [IMSETUP] Modem -> Advanced Setup -> Command Strings
  27.   On-hook ... ATZ|
  28.   Dial ...... AT
  29.    Prefix ... +FCLASS=0DT
  30.   Init-1 .... ATZ|
  31.   Init-2 .... ATS0=0+FCLASS=2.0|
  32.   Init-3 .... AT+FLI="713 555 1212"|
  33.  
  34.   +fclass=0dt              enables data mode operation on outgoing calls
  35.   +fclass=2.0              enables fax mode operation
  36.   +fli="713 555 1212"      sets your FAX ID, up to 20 characters
  37.   +fnr=1,1,1               tells modem to let BGFAX know connect speed
  38.  
  39. [IMSETUP] Modem -> Advanced Setup -> Answer Control
  40.   Manual answer    Yes
  41.   Force answer ... AT+FCLASS=2.0|~AT+FAA=1;+FNR=1,1,1;A|
  42.   Answer delay ... 2
  43.  
  44. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  45. determine whether the incoming call is fax or data and return the response
  46. to the modem.  Why are we duplicating the "+fclass=2.0" command?  In case
  47. you were attempting to dial out and experience a "NO DIALTONE" situation,
  48. it will cause the modem to reinitialize fax mode so that the +faa=1 command
  49. will be accepted.  The answer delay may need to be modified if you are
  50. using an external Caller ID box.
  51.  
  52. [IMSETUP] Modem -> Advanced Setup -> Connect Strings
  53.  
  54. You will see a list of 14 or so preconfigured connect strings, press
  55. <INSERT> to add one.  The USR modem will report "+FCO" on when an incoming
  56. fax call is detected when in Class 2.0 adaptive answering mode.
  57.  
  58.   Connect Message                          Speed  EC  BBSexit  Terminate
  59.  
  60.   +FCO                                     19200  N   0        255
  61.  
  62. -------------------------------------------------------------------------
  63.  
  64. Notice that "BBSexit" is equal to ZERO.  "Terminate" instructs IM to exit
  65. IMMEDIATELY as it receives the fax response.  ("BBSexit" tells the user
  66. to press <Esc>, and obviously, a fax machine cannot do that.)  The "19200"
  67. speed is basically a dummy variable, as it could be any speed number.
  68.  
  69. IMRUN.BAT should contain something similar to ...
  70.  
  71. @echo off
  72. c:
  73. cd\im
  74. im
  75. if errorlevel 255 goto fax
  76. if errorlevel 103 maint.bat
  77. if errorlevel 102 toss.bat
  78. if errorlevel 101 local.bat
  79. if errorlevel 100 dobbs.bat
  80. goto end
  81. :fax
  82.   rem ---1 is for com1, and z is for zfax format
  83.   bgfax /fco:4 c:\bgfax 1 z
  84.   rem ---if /fco:4 gives you problems, try using /fcos instead
  85.   imrun.bat
  86. :end
  87.  
  88. ==========================================================================
  89.  
  90. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  91.  
  92. Regards,
  93. B.J. Guillot
  94.  
  95.